home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 March / Amiga-CD 1996 #3.iso / amiga_technologies / readme.ndk-update < prev    next >
Text File  |  1996-01-19  |  945b  |  32 lines

  1. CHANGES IN AMIGA.LIB 40.15
  2. ==========================
  3.  
  4. - Applied pools.lib fix; empty puddles were not getting returned to the
  5.   public memory list until the pool was deleted. See the SetPatch v40.16
  6.   release notes for more information.
  7.  
  8. - Bumped version number to v40.15
  9.  
  10.  
  11. CHANGES IN HEADER FILES 40.16
  12. =============================
  13.  
  14. - Updated copyright text
  15.  
  16. - Modified exec/types.h and exec/types.i to set LIBRARY_MINIMUM to 37
  17.   rather than 33. v37 is now the minimum operating system release
  18.   supported by Amiga Technologies GmbH. To get the old definition for v33
  19.   back, add
  20.  
  21.       #define _V33_COMPATIBILITY 1
  22.  
  23.   to your source files right before you include the first system
  24.   header file. For assembly language programming you would use
  25.  
  26.       _V33_COMPATIBILITY SET 1
  27.  
  28.   Please see exec/types.h and exec/types.i for more information on how
  29.   to make proper use of the LIBRARY_MINIMUM definition.
  30.  
  31. - Bumped version numbers to v40.16
  32.